BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

BeforeAssignToWP event

This event occurs before a document is assigned to a work area.

Syntax

Private Sub AMUIExtension_BeforeAssignToWP(
         ByVal WP As AMEDM.IAMWorkPackage,
         ByVal Document As AMEDM.IAMDocument,
         Abort As Boolean)
Parameters
Name Description

WP

The work area to which the document is assigned.

Document

The document that will be assigned.

Abort

Setting this argument to True will abort the operation. The AfterAssignToWP event will not occur.

Remarks

See About events that occur for both documents and work areas.

Copyright © 2000-2013 BlueCielo ECM Solutions